home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / vol15n10.zip / MULTIL.ZIP / MLSRC.ZIP / MSDEV / PROJECTS / MLAUNCH / MFCML.DEF < prev    next >
Text File  |  1996-02-28  |  266b  |  12 lines

  1. ; MFCML.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      "MLaunch"
  4. DESCRIPTION  'MLaunch Windows Dynamic Link Library'
  5.  
  6. EXPORTS
  7.     ; Explicit exports can go here
  8.     DllCanUnloadNow 
  9.     DllGetClassObject
  10.     DllRegisterServer
  11.     DllUnregisterServer
  12.